home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / utility / fscrap10.zip / readme < prev    next >
Text File  |  1996-07-03  |  2KB  |  63 lines

  1. ------------------------------------------------------------------------------
  2.  
  3.                              File Scraper Version 1.0
  4.  
  5.                       (c) Andrey Iliynikh- ai@casper.che.nsk.su
  6.  
  7.                                     README
  8.  
  9. ------------------------------------------------------------------------------
  10. What it is
  11. ==========
  12.  
  13. File Scraper is utility for file searching in accordance with query.
  14. When a file match is found, it is displayed in the Files found
  15. list box. You can process commands (such as COPY, ERASE, RENAME or other)
  16. against the selected file.
  17.  
  18. What it does.
  19. ============
  20.  
  21. File Scraper is scanning the drives you selected for files according with
  22. query. In the queries it uses such file attributes as size, date of
  23. creation, date of last access, date of last write and other (see fscrap.hlp
  24. for details). Also you can use logical operators AND, OR, NOT 
  25. and functions 'today', 'now'. 
  26. For example( all new files for last week with size more then 100K):
  27.  
  28. cdate > today -7 AND size > 100000
  29.  
  30. Command line utility
  31. ====================
  32.  
  33. File Scraper is PM program however you can use command line utility
  34. fscrapc.exe. It expects drive to search and file masks as parameters and
  35. reads query from stdin.
  36.  
  37.    
  38. Price
  39. ============
  40.  
  41. File Scraper is shareware program. It costs $20.
  42.  
  43. Registration
  44. ============
  45.  
  46. For registration your copy run: 
  47. gstr.exe <ProgName> <YourNumber>  <YourFullName>
  48. Here
  49.   <ProgName> - fscrap.exe or fscrapc.exe
  50.   YourNumber - unique number received after payment.
  51.   YourFullName - your name 
  52.  
  53. For example:
  54. rgstr.exe 123456  Andrey Iliynikh
  55.  
  56. Now BMT Micro is registering the File Scraper. File bmt.frm includes 
  57. registration form.
  58.  
  59. Regards,
  60.   Andrey Iliynikh
  61.  
  62. E-mail: ai@casper.che.nsk.su
  63.